projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afb4eca
)
Extern declare x_session_check_input () and x_session_initialize ().
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:14:00 +0000
(16:14 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:14:00 +0000
(16:14 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index c1d69ca58a8167a7f3f16569fa214b16b2b11ebc..71d7dc01c7835cf2ca9b0c9fb3d09f4e16328dfc 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-1098,3
+1098,11
@@
extern void initialize_frame_menubar P_ ((struct frame *));
#ifdef USE_X_TOOLKIT
extern void widget_store_internal_border P_ ((Widget));
#endif
+
+/* Defined in xsmfns.c */
+#ifdef HAVE_X_SM
+extern void x_session_initialize P_ ((void));
+extern int x_session_check_input P_ ((struct input_event *bufp,
+ int *numchars));
+extern int x_session_have_connection P_ ((void));
+#endif